home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
FCHEK284.ZIP
/
test
/
arrayclash.f
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-11-06
|
159 b
|
11 lines
real a(3,7),x,y(21), b(20)
call suba(a,x)
call suba(x,a)
call suba(y,1.0)
call suba(y(1),x)
call suba(b,x)
end
subroutine suba(w,z)
real w(21),z
end